GtkWindow: Check for GtkWidget-window-dragging in multipress gesture
authorTimm Bäder <mail@baedert.org>
Tue, 28 Jun 2016 18:54:25 +0000 (20:54 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 28 Jun 2016 19:42:55 +0000 (21:42 +0200)
commit92de947d5e9be41c3805d58b780132d779c7c3cf
treed9370cf01dae9f113754c3b27f638536f2f41463
parent0c1cc9832f091ae8606baa789b34759e166c6df0
GtkWindow: Check for GtkWidget-window-dragging in multipress gesture

This partly reverts 9f5b9c0e075e2426d6627f867473e911fca0c7ae, which
removed the check for GtkWidget-window-dragging in the multipress
gesture. This check is still needed for widgets which have this style
property set (e.g. menubars and toolbars) can maximize the window on
double click -- but those widgets which have it set to FALSE shouldn't
maximize the window.
gtk/gtkwindow.c